CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - spi eeprom

搜索资源列表

  1. SPI

    0下载:
  2. // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:73221
    • 提供者:蓝天
  1. TMS320VC5509A_examples.TMS320VC5509A学习板例程及说明

    1下载:
  2. 这是一款TMS320VC5509A学习板例程及说明,里面包含很多例子,包括CPU看门狗实验、LED跑马灯实验、CPU TIMER定时器实验、实时时钟实验、AD转换实验、ADDR转为GPIO试验、蜂鸣器试验、GPIO试验、数码管显示试验、扩展SDRAM读写实验、SPI EEPROM读写实验、FFT实验、FIR滤波器实验、IIR滤波器实验、自适应滤波器实验、键盘扫描实验、外部中断输入实验、AIC23播音实验、1602显示试验、12864显示实验、240128显示实验、USB2.0通信实验等22个实验
  3. 所属分类:DSP编程

    • 发布日期:2017-05-21
    • 文件大小:6616262
    • 提供者:天涯之声
  1. progammer-25aa320.rar

    0下载:
  2. 25aa320 SPI串行eeprom的烧写程序,控制芯片位at89c2051.,25aa320 SPI serial EEPROM programmer of the procedure, the control chip digital at89c2051.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:9182
    • 提供者:xx
  1. dv_spi.rar

    0下载:
  2. TI的达芬奇系列dm355使用的spi模块驱动,dm355上使用spi控制一块eeprom,在cache打开的情况下可能会有偶数个字节写不进去的情况,暂时关闭cache就可以解决。,TI' s DaVinci dm355 series modules use the spi-driven, dm355 use spi control a eeprom, enabling cache may make even bytes can not write into the eeprom, the te
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-03-28
    • 文件大小:48370
    • 提供者:Li Deming
  1. freescale.rar

    1下载:
  2. 飞思卡尔智能车的两个例程,代码写的很好很有水准。有SCI,SPI,FLASH,EEPROM,等的驱动,大家可以参照看一下,Freescale smart car two routines, the code is written in a very good standard. Have SCI, SPI, FLASH, EEPROM, such as driver, we can look at the light
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2015-03-11
    • 文件大小:1119525
    • 提供者:董潇健
  1. EEPROM_25XX.zip

    0下载:
  2. The firmware driver in C for the EEPROM SPI 25xx series.,The firmware driver in C for the EEPROM SPI 25xx series.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-04-03
    • 文件大小:5400
    • 提供者:joker71
  1. SPI_EEprom_for_MSP430.zip

    0下载:
  2. EEPROM driver for SPI EEPROMs. Bitbanged on MSP430 processor. Written in Quadravox compiler.,EEPROM driver for SPI EEPROMs. Bitbanged on MSP430 processor. Written in Quadravox compiler.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:1545
    • 提供者:anakron
  1. SPI-EEPROM.rar

    1下载:
  2. SPI读写EEProm(X5323)的程序,适用于TI的DSP2812,已编译测试通过,SPI read and write EEProm (X5323) of the procedures applicable to TI' s DSP2812, compiled test
  3. 所属分类:DSP program

    • 发布日期:2016-01-25
    • 文件大小:297010
    • 提供者:mp
  1. 通过89C52模拟SPI向25LC系列EEPROM中读写数据的简单示列

    2下载:
  2. 本程序是描述通过89C52模拟SPI向25LC系列EEPROM中读写数据的简单示列,程序中定义了10个变量,通过SPI传送到EEPROM中,然后在通过SPI传回单片机,在P1口中显示数据,This procedure is described 89C52 simulation through SPI to EEPROM in 25LC series of simple to read and write data out that the procedures defined in the 10
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2016-01-26
    • 文件大小:34090
    • 提供者:廖伟
  1. dspic30f4011_spi

    0下载:
  2. dsPIC30F4011 SPI 範例程式 此壓縮檔包含 MCP4921 SPI DAC & 25LC160 SPI EEPROM 的範例程式, 也包含使用 dsPIC30F4011 做 SPI SLAVE 的範例. 使用的實驗板為 APP020 或是 APP020 PLUS-dsPIC30F4011 SPI sample code in this compressed file contains MCP4921 SPI DAC & 25LC160 SPI EEPROM exam
  3. 所属分类:SCM

    • 发布日期:2014-05-04
    • 文件大小:750975
    • 提供者:賴永成
  1. 单片机读SPI EEPROM

    0下载:
  2. 用SPMC75F2413A操作93C46,可以使用SPI或GPIO方式,但具体使用哪个IO口,可以由用户配置,在函数库中定义了两个函数来配置: void F_93C46SPI_Init(UInt16 CsPort,UInt16 CsBit); 用SPMC75F2413A的SPI口操作93C46,需要指定片选信号Cs。 void F_93C46GPIO_Init(UInt16 CsPort, UInt16 CsBit, \ UInt16 ClkPort,UInt16 ClkBit, \
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2012-10-15
    • 文件大小:378185
    • 提供者:lglhome@163.com
  1. SPI-EEPROM

    0下载:
  2. SPI接口EEPROM的控制,实现了对于AT93C系列EEPROM的读写控制。-SPI interface EEPROM control, achieved AT93C Series EEPROM for reading and writing control.
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:1899
    • 提供者:john
  1. AN1018

    1下载:
  2. PIC应用不及AN1018,使用C18编译器进行 SPI 串行EEPROM与PIC18 单片机的接口设计。-PIC application as AN1018, using C18 compiler SPI Serial EEPROM for PIC18 microcontroller and interface design.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2014-04-29
    • 文件大小:864745
    • 提供者:程大宝
  1. AN1018_SPI

    1下载:
  2. PIC应用不及AN1018,使用C18编译器进行 SPI 串行EEPROM与PIC18 单片机的接口设计。-PIC application as AN1018, using C18 compiler SPI Serial EEPROM for PIC18 microcontroller and interface design.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2014-04-29
    • 文件大小:3114
    • 提供者:程大宝
  1. AN995

    0下载:
  2. 使用 C18 编译器和MSSP模块进行 SPI EEPROM与 PIC18 单片机的接口设计的应用笔记!-C18 compiler using the MSSP module and SPI EEPROM and PIC18 MCU Application Design Notes!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:345640
    • 提供者:程大宝
  1. rtl

    0下载:
  2. SPI verilog RTL code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:4673
    • 提供者:china
  1. 25C256EEPROMviaAVR

    0下载:
  2. example of using SPI EEPROM like 25C128\256 via AVR controllers family.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1222
    • 提供者:Ihor
  1. SPI-EEPROM

    0下载:
  2. 關於利用8051.spi對eeprom來讀與寫-8051 spi on the use to read and write to the eeprom
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:1628
    • 提供者:張三
  1. SPI

    0下载:
  2. tms320F2812 上的spi eeprom 编程-tms320F2812 the spi eeprom programming
  3. 所属分类:DSP program

    • 发布日期:2017-03-24
    • 文件大小:1208
    • 提供者:li feng
  1. ServoControl-0922--FW

    1下载:
  2. 实现SPI总线的EEPROM读取数据,PWM控制电机,以及 uart口的读取陀螺编码器数据等(28335 SPI EEPROM PWM CAN PID control servo control used in the bush DC motor;AD sample and CAN process)
  3. 所属分类:DSP编程

    • 发布日期:2017-12-26
    • 文件大小:13539328
    • 提供者:wt765420379
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com